home *** CD-ROM | disk | FTP | other *** search
- ******************************************
- *** Borland Turbo C Reserved Words ***
- ******************************************
- * Statements *
- break
- case<[>!
- continue
- default<[>!
- do[-
- for[-
- goto
- if[-
- else[-
- return
- switch
- while[-
- * Declarations *
- auto
- char
- const
- double
- enum
- extern
- float
- int
- long
- register
- short
- signed
- sizeof
- static
- struct
- typedef
- union
- unsigned
- void
- volatile
- * Additional Keywords *
- _cs
- _ds
- _es
- _ss
- cdecl
- far
- fortran
- huge
- interrupt
- near
- pascal
- * Preprocessor and Compiler Options *
- #define
- #elif<[>
- #else<[]>
- #endif<[
- #error
- #if[>
- #ifdef[>
- #ifndef[>
- #include
- #line
- #pragma
- #undef
- defined
- * Predefined Macro Names */
- _LINE_
- _FILE_
- _DATE_
- _TIME_
- _STDC_
- _CDECL_
- _COMPACT_
- _HUGE_
- _LARGE_
- _MEDIUM_
- _MSDOS_
- _PASCAL_
- _SMALL_
- _TINY_
- _TURBOC_
-